home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETPWR2.IN_ / netpwr2.inf
Encoding:
INI File  |  1999-10-19  |  4.5 KB  |  121 lines

  1. ; NETPWR2.INF
  2. ;
  3. ; INF for SMC EtherPower II 10/100 Ethernet Adapter
  4. ;
  5. ; Copyright 1993-1997 SMC Networks, Inc. and Microsoft
  6.  
  7. [version]
  8. LayoutFile = layout.inf
  9. signature  = "$Windows NT$"
  10. Class      = Net
  11. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  12. provider   = %MSFT%
  13. DriverVer=10/19/1999,3.22.0.0
  14.  
  15. [Manufacturer]
  16. %SMC%      = SMC
  17.  
  18. [ControlFlags]
  19. ExcludeFromSelect = PCI\VEN_10B8&DEV_0005&SUBSYS_A01110B8, \
  20.                     PCI\VEN_10B8&DEV_0005&SUBSYS_A01410B8, \
  21.                     PCI\VEN_10B8&DEV_0005&SUBSYS_A01510B8, \
  22.                     PCI\VEN_10B8&DEV_0005&SUBSYS_A01710B8
  23.  
  24. [SMC]
  25. %Smcpwr2.DeviceDesc% = Smcpwr2.Ndi, PCI\VEN_10B8&DEV_0005&SUBSYS_A01110B8
  26. %Smcpwr2.DeviceDesc% = Smcpwr2.Ndi, PCI\VEN_10B8&DEV_0005&SUBSYS_A01410B8
  27. %Smcpwr2.DeviceDesc% = Smcpwr2.Ndi, PCI\VEN_10B8&DEV_0005&SUBSYS_A01510B8
  28. ;%Smcpwr2.DeviceDesc% = Smcpwr2.Ndi, PCI\VEN_10B8&DEV_0005&SUBSYS_A01610B8(fiber)
  29. %Smcpwr2.DeviceDesc% = Smcpwr2.Ndi, PCI\VEN_10B8&DEV_0005&SUBSYS_A01710B8
  30.  
  31. ;-------------------------------------------------------------------------------
  32. ; NT main sections
  33. ;
  34. [SMCPWR2.Ndi]
  35. AddReg          = SMCPWR2.Reg, SMCPWR2.Params
  36. Characteristics = 0x84  ; NCF_HAS_UI |NCF_PHYSICAL
  37. BusType         = 5
  38. CopyFiles       = SMCPWR2.CopyFile
  39.  
  40. [SMCPWR2.Ndi.Services]
  41. AddService      = SMCPWR2, 2, SMCPWR2.Service, Common.EventLog
  42.  
  43. ;-------------------------------------------------------------------------------
  44. ; Driver parameters
  45. ;
  46. [SMCPWR2.Params]
  47. HKR, ,                          GenControl,      0, "272"   ; 0x0110
  48. HKR, ,                          IpgDelay,        0, "0"     ; (0 to 6) << 7, default is 0
  49. HKR, ,                          IpgTimer,        0, "15456" ; 0x3c60
  50. HKR, ,                          SlotTimer,       0, "120"   ; (0 to 15) << 3, default is 0x78 or (15 << 3)
  51. HKR, ,                          PowerMode,       0, "1"     ; 0 = Power management off, 1 = COW mode
  52. HKR, ,                          BurstLength,     0, "8"     ; 0, 1, 2, 4, 8
  53. HKR, ,                          ScrambleOn,      0, "0"     ; 0 = OFF   1 = ON
  54. HKR, ,                          TxPacketDesc,    0, "50"    ; 0x32
  55. HKR, ,                          RxPacketDesc,    0, "120"   ; 0x78
  56. HKR, ,                          TxDmaDesc,       0, "29"    ; 0x1d
  57. HKR, ,                          RxDmaDesc,       0, "40"    ; 0x28
  58. HKR, ,                          PacketsPerTxInt, 0, "10"    ; 0x0a
  59. HKR, ,                          PacketsPerRxInd, 0, "10"    ; 0x0a
  60.  
  61. HKR, Ndi\Params\MediaType,      ParamDesc,       0, %MediaType%
  62. HKR, Ndi\Params\MediaType,      default,         0, "0"
  63. HKR, Ndi\Params\MediaType,      type,            0, "enum"
  64. HKR, Ndi\Params\MediaType\enum, 0,               0, %AutoNegotiate%
  65. HKR, Ndi\Params\MediaType\enum, 1,               0, %BNC10%
  66. HKR, Ndi\Params\MediaType\enum, 2,               0, %UTP10%
  67. HKR, Ndi\Params\MediaType\enum, 3,               0, %UTP10FD%
  68. HKR, Ndi\Params\MediaType\enum, 4,               0, %UTP100TX%
  69. HKR, Ndi\Params\MediaType\enum, 5,               0, %UTP100TXFD%
  70.  
  71. ;-------------------------------------------------------------------------------
  72. ; SMCPWR2 Service, and Driver
  73. ;
  74. [SMCPWR2.Reg]
  75. ; Interfaces
  76. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
  77. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  78. HKR, Ndi,            Service,    0, "SMCPWR2"
  79.  
  80. [SMCPWR2.Service]
  81. DisplayName     = %SMCPWR2.DriverDesc%
  82. ServiceType     = 1 
  83. StartType       = 3
  84. ErrorControl    = 1
  85. ServiceBinary   = %12%\smcpwr2n.sys
  86. LoadOrderGroup  = NDIS
  87.  
  88. [Common.EventLog]
  89. AddReg = Common.AddEventLog.Reg
  90.  
  91. [Common.AddEventLog.Reg]
  92. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  93. HKR, , TypesSupported,   0x00010001, 7
  94.  
  95. [SMCPWR2.CopyFile]
  96. smcpwr2n.sys,,,2
  97.  
  98. ;-------------------------------------------------------------------------------
  99. ; Destination directories
  100. ;
  101. [DestinationDirs]
  102. SMCPWR2.CopyFile=12
  103.  
  104. ;-------------------------------------------------------------------------------
  105. ; Localizable strings
  106. ;
  107. [Strings]
  108. MSFT                    = "Microsoft"
  109. SMC                     = "SMC Networks, Inc."
  110.  
  111. MediaType               = "Media Type"
  112. AutoNegotiate           = "Auto Negotiate"
  113. BNC10                   = "BNC 10Mbps"
  114. UTP10                   = "UTP 10Mbps"
  115. UTP10FD                 = "UTP 10Mbps Full Duplex"
  116. UTP100TX                = "UTP 100Mbps Tx"
  117. UTP100TXFD              = "UTP 100Mbps Tx Full Duplex"
  118.  
  119. smcpwr2.DeviceDesc      = "SMC EtherPower II 10/100 Ethernet Adapter"
  120. smcpwr2.DriverDesc      = "SMC EtherPower II 10/100 Ethernet Adapter Driver"
  121.